feat: add AI直订 hotel booking MCP server#400
Open
liuwinner-sh wants to merge 1 commit into
Open
Conversation
Author
🚀 请求审查此PR!@maintainers 你好,请求审查这个PR,补充以下信息: 📋 PR摘要功能:添加AI直订酒店预订MCP服务器到火山引擎MCP市场 价值:
🔧 技术细节Manifest信息
工具列表
✅ 测试状态功能测试
性能测试
兼容性测试
📊 服务器稳定性部署信息
最近7天数据🎯 使用场景场景1:智能推荐场景2:实时比价场景3:信任决策🖼️ 截图/日志(可选)(可添加测试截图、日志、或使用视频) 示例:Coze平台测试截图 示例:性能监控截图 📚 补充文档用户文档
开发者文档
🙋 FAQQ1: 为什么需要这个MCP服务器?A: 目前Travel类MCP服务器数据规模小(通常<1,000酒店),我们的覆盖16,121家酒店、300+城市,是市场上最全面的。 Q2: 如何保证数据真实性?A: 数据来自公开OTA平台(携程/美团/飞猪),通过API实时获取,非Mock数据。 Q3: 响应时间如何保证?A: 使用Redis缓存 + 数据库优化 + CDN加速,平均响应时间<200ms。 Q4: 如果出现故障怎么办?A: 有完整的监控和告警系统,故障自动切换,保证99.9%+可用性。 📞 联系方式如有任何问题或需要调整,请随时联系:
✨ 结语这个MCP服务器已经在实际生产中运行,并成功在3个主流平台(Coze、阿里百炼、腾讯元器)上线。相信它能为火山引擎的MCP生态系统增加重要价值。 感谢维护者的辛勤工作!期待您的反馈!🙏 P.S.: 如果需要任何补充材料(测试报告、性能数据、使用案例等),请随时告知! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds AI直订 (AIZhiDing) hotel booking MCP server to the Volcengine MCP Marketplace.